- imageOrientation
- Orientation of the image. Get this value from the DICOM file.
- pixelSpacing
- The spacing between pixels. Get this value from the DICOM file.
- sliceThickness
- The spacing between two successive frames.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub MemoryEfficientEnd( _ ByVal imageOrientation() As Single, _ ByVal pixelSpacing As Point2D, _ ByVal sliceThickness As Single _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DObject Dim imageOrientation() As Single Dim pixelSpacing As Point2D Dim sliceThickness As Single instance.MemoryEfficientEnd(imageOrientation, pixelSpacing, sliceThickness) |
C# | |
---|---|
public void MemoryEfficientEnd( float[] imageOrientation, Point2D pixelSpacing, float sliceThickness ) |
C++/CLI | |
---|---|
public: void MemoryEfficientEnd( array<float>^ imageOrientation, Point2D pixelSpacing, float sliceThickness ) |
Parameters
- imageOrientation
- Orientation of the image. Get this value from the DICOM file.
- pixelSpacing
- The spacing between pixels. Get this value from the DICOM file.
- sliceThickness
- The spacing between two successive frames.
For an example, refer to Medical3DObject
This function is used when a series of frames are un-sorted or are sorted based on their instance number or capturing time.
- You must add the Medical3DObject to the Medical3DContainer before being able to use this method. Refer to the Medical3DContainer.Objects collection.
- Initialize the efficient memory feature before using this method. To do so, use the MemoryEfficientInit method.
- Fill this object with image data using the MemoryEfficientSetFrame(RasterImage,Int32,Point3D,Boolean) method with the proper index before using this method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7